'Declaration Public Overloads Function Add( _ ByVal cellsValue() As System.Nullable(Of Integer) _ ) As OMathMatrixRow
public OMathMatrixRow Add( System.Nullable<int>[] cellsValue )
Parameters
- cellsValue
- The row cells value array.
Return Value
The added OMathMatrixRow.